home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Linux Cubed Series 4: GNU Archives
/
Linux Cubed Series 4 - GNU Archives.iso
/
gnu
/
gawk-3.000
/
gawk-3
/
gawk-3.0.0
/
test
/
prmreuse.awk
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
AWK Script
|
1995-11-02
|
188 b
|
15 lines
# from Pat Rankin, rankin@eql.caltech.edu
BEGIN { dummy(1); legit(); exit }
function dummy(arg)
{
return arg
}
function legit( scratch)
{
split("1 2 3", scratch)
return ""
}